By calling the Get method to retrieve all TEntity entities and then picking the first of them, this inversion control method handles the request to obtain the first from the underlying data store.

Name Description
OnGetFirst(TFilteringCriteria, TOrderingCriteria) By calling the Get method to retrieve all TEntity entities order defined by TOrderingCriteria and in compliance with the TFilteringCriteria, then picking the first of them, this inversion control method handles the request to obtain the first entity from the underlying data store.
OnGetFirst(TOrderingCriteria) By calling the Get method to retrieve all TEntity entities order defined by TOrderingCriteria and then picking the first of them, this inversion control method handles the request to obtain the first entity from the underlying data store.